@charset "utf-8";
@font-face {
  font-family: "D-DINCondensed";
  src: url('../fonts/D-DINCondensed.eot');
  /* IE9 */
  src: url('../fonts/D-DINCondensed.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/D-DINCondensed.woff') format('woff'), url('../fonts/D-DINCondensed.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/D-DINCondensed.svg#D-DINCondensed') format('svg');
  /* iOS 4.1- */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
}
i {
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  padding: 0 ;
  margin: 0;
}
table {
  border-collapse: collapse;
}
table {
  border: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  border: 0;
}
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
b {
  display: block;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 3px solid #2984ef !important;
}
.layui-fluid {
  padding: 0!important;
}
.nctitle {
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}
.nctitle .title {
  font-size: 30px;
  font-weight: bold;
  float: left;
}
.nctitle .more {
  float: right;
  font-size: 16px;
}
.nctitle .more a img {
  margin-left: 20px;
}
.nctitle .more a img:nth-child(2) {
  display: none;
}
.nctitle .more a:hover img:nth-child(1) {
  display: none;
}
.nctitle .more a:hover img:nth-child(2) {
  display: inline-block;
}
.ncmain {
  width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
.nccontant {
  overflow: hidden;
}
.ncpadding {
  padding: 100px 0;
}
.ncpaddingtop {
  padding: 100px 0 0 0;
}
.ncmargintop {
  margin-top: 80px;
}
.nccrumbs {
  text-align: right;
  position: absolute;
  z-index: 22;
  right: 0;
}
.nccrumbs a {
  display: inline-block;
  line-height: 22px;
}
.nccrumbs a:nth-of-type(1) {
  background: url(../images/crumbs1.png) no-repeat left center;
  background-size: 22px;
  line-height: 100px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -webkit-transform: translateY(5px);
}
.nccrumbs a:last-child {
  color: #333;
}
.nccrumbs span {
  background: url(../images/crumbs2.png) no-repeat center center;
  background-size: 8px;
  padding-left: 25px;
  margin: 0 6px;
}
.ncbox {
  position: relative;
}
.nci1 {
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.nci2 {
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nci3 {
  width: 1px;
  height: 0;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.nci4 {
  width: 1px;
  height: 0;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
}
.ncheight {
  height: 70px;
}
.ncclear {
  clear: both;
}
.ncimgcenter {
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
  cursor:pointer;
}
.ncimgcenter img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
}
.ncmore {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
  overflow: hidden;
}
.ncmore span {
  font-size: 16px;
  color: #333;
  float: left;
  display: block;
}
.ncmore em {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  background-color: #333;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ncmore em img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.Ncheader {
  position: fixed;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Ncheader .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
}
.Ncheader .nav {
  height: 80px;
  position: relative;
  z-index: 2;
}
.Ncheader .nav .logo {
  float: left;
  height: 80px;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 10%;
  text-align: center;
}
.Ncheader .nav .logo a {
  line-height: 100%;
  display: block;
}
.Ncheader .nav .logo a img {
  max-height: 100%;
  display: block;
}
.Ncheader .nav .logo img {
  height: 57px;
}
.Ncheader .nav .logo .im2 {
  display: none;
}
.Ncheader .nav .centre {
  float: right;
  position: relative;
}
.Ncheader .nav .centre ul {
  position: relative;
  height: 80px;
}
.Ncheader .nav .centre ul li {
  float: left;
  line-height: 80px;
  height: 80px;
  position: relative;
}
.Ncheader .ncmain{
  overflow: visible;
}
.Ncheader .nav .centre ul li .a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.Ncheader .nav .centre ul li em {
  color: #fff;
  display: inline-block;
  padding: 0 20px;
}
.Ncheader .nav .centre ul li .listnav {
  position: absolute;
  top: 80px;
  left: -31%;
  z-index: 3;
  overflow: hidden;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px 0;
  width: 120% !important;
}
.Ncheader .nav .centre ul li .listnav a {
  display: inline-block;
  color: #333;
  line-height: 40px;
  display: block;
  padding:0 15px;
}
.Ncheader .nav .centre ul li .listnav a:hover,
.Ncheader .nav .centre ul li .listnav a.activethird {
  color: #333;
}
.Ncheader .nav .centre ul li .listnav .abox {
  line-height: 20px;
}
.Ncheader .nav .centre ul li strong {
  display: none;
}
.Ncheader .nav .centre ul li:hover .a {
  color: #333;
}
.Ncheader .nav .centre ul .active .a {
  color: #fff;
}
.Ncheader .nav .centre ul li:nth-last-child(2) em {
  opacity: 0;
}
.Ncheader .nav .centre ul span {
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.Ncheader .nav .right {
  float: right;
  margin-left: 60px;
}
.Ncheader .nav .right .tel {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;
}
.Ncheader .nav .right .tel img {
  margin-top: -4px;
  margin-right: 15px;
}
.Ncheader .nav .right .tel a {
  color: #fff;
}
.Ncheader .nav .right .tel .tema2 {
  display: none;
}
.Ncheader .nav .h3 {
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
}
.Ncheader .nav .h3 i {
  font-size: 30px;
}
.Ncheader .nav_right {
  width: 10%;
  float: right;
  position: relative;
  z-index: 2;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.Ncheader .nav_right a {
  display: block;
  line-height: 30px;
  width: 106px;
  border: 1px solid #ff8400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  background-color: #ff8400;
}
.Ncheader .nav_right:hover a {
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
}
.Ncheader .h4 {
  display: none;
  float: right;
}
.Ncheader .h4 i {
  color: #fff;
  font-size: 26px;
  line-height: 60px;
}
.Ncheader1 .nav .logo .im2 {
  display: block;
}
.Ncheader1 .nav .logo .im1 {
  display: none;
}
.Ncheader1 .nav .centre ul li .a {
  color: #333;
}
.Ncheader1 .nav .centre ul li em {
  color: #333;
}
.Ncheader1 .nav .centre ul .active .a {
  color: #333;
}
.Ncheader1 .nav .centre ul span {
  background-color: #333;
}
.Ncheader1 .nav .right .tel {
  background: url(../images/tel1.png) no-repeat left center;
}
.Ncheader1 .nav .right .tel a {
  color: #333;
}
.Ncheader1 .nav .h4 i {
  color: #333;
}
.Ncheader2 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  border-bottom: 1px solid #eee;
}
.Ncheader2 .nav .logo .im2 {
  display: block;
}
.Ncheader2 .nav .logo .im1 {
  display: none;
}
.Ncheader2 .nav .centre ul li .a {
  color: #333;
}
.Ncheader2 .nav .centre ul li em {
  color: #333;
}
.Ncheader2 .nav .centre ul .active .a {
  color: #333;
}
.Ncheader2 .nav .centre ul span {
  background-color: #333;
}
.Ncheader2 .nav .right .tel {
  background: url(../images/tel1.png) no-repeat left center;
}
.Ncheader2 .nav .right .tel a {
  color: #333;
}
.Ncheader2 .nav .h4 i {
  color: #333;
}
.Ncheader3 {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  border-bottom: 1px solid #eee;
}
.Ncheader3 .nav .logo .im2 {
  display: block;
}
.Ncheader3 .nav .logo .im1 {
  display: none;
}
.Ncheader3 .nav .centre ul li .a {
  color: #333;
}
.Ncheader3 .nav .centre ul li em {
  color: #333;
}
.Ncheader3 .nav .centre ul .active .a {
  color: #333;
}
.Ncheader3 .nav .centre ul span {
  background-color: #333;
}
.Ncheader3 .nav .right .tel a {
  color: #fc6424;
}
.Ncheader3 .nav .h4 i {
  color: #333;
}
#banner1 {
  position: relative;
}
#banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
#banner1 .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#banner1 .swiper-slide .img,
#banner1 .swiper-slide .img2 {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#banner1 .swiper-slide .img video,
#banner1 .swiper-slide .img2 video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#banner1 .swiper-slide .img2 {
  display: none;
}
#banner1 .swiper-slide .img_1 {
  height: 100vh;
}
#banner1 .swiper-slide .img3 {
  display: none;
  width: 100%;
  max-width: 100%;
}
#banner1 .main {
  width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  height: 100%;
}
#banner1 .main .left {
  width: 50%;
  padding-left: 9%;
  overflow: hidden;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  bottom: 50%;
  color: #fff;
  transform: translateY(50%);
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
}
#banner1 .main .left p {
  font-size: 18px;
  color: #333;
  position: relative;
  bottom: -80px;
  opacity: 0;
  font-weight: bold;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner1 .main .left b {
  display: block;
  font-size: 46px;
  position: relative;
  bottom: -80px;
  opacity: 0;
  margin: 15px 0 45px 0;
  letter-spacing: 3px;
  font-weight: normal;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
#banner1 .main .left b em {
  font-weight: 300;
  display: block;
}
#banner1 .main .left div {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  display: block;
  position: relative;
  bottom: -80px;
  opacity: 0;
  transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
}
#banner1 .main .left a {
  display: block;
  margin-left: -150%;
  margin-top: 110px;
  position: relative;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
}
#banner1 .main .left a span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #333;
  font-size: 26px;
  line-height: 44px;
}
#banner1 .main .left a i {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  margin-left: 20px;
}
#banner1 .indicator {
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 10%;
  text-align: center;
}
#banner1 .indicator .ncanniu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#banner1 .indicator .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url(../images/banner_nav1.png) no-repeat center center;
}
#banner1 .indicator .swiper-button-next:hover {
  background-color: #333;
}
#banner1 .indicator .swiper-button-prev {
  position: static;
  margin: 0 auto;
  width: 44px;
  height: 44px;
  margin-top: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url(../images/banner_nav2.png) no-repeat center center;
}
#banner1 .indicator .swiper-button-prev:hover {
  background-color: #333;
}
#banner1 .indicator .swiper-button-prev:after,
#banner1 .indicator .swiper-button-next:after {
  display: none;
}
#banner1 .indicator .swiper-button-next.swiper-button-disabled,
#banner1 .indicator .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#banner1 .indicator .timer1 {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}
#banner1 .indicator .timer1 .circle_process {
  position: absolute;
  top: 0;
  left: 0;
}
#banner1 .indicator .circle_process {
  position: relative;
  width: 46px;
  height: 46px;
}
#banner1 .indicator .circle_process .wrapper {
  width: 22px;
  height: 46px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#banner1 .indicator .circle_process .right {
  right: 0;
}
#banner1 .indicator .circle_process .left {
  left: 0;
}
#banner1 .indicator .circle_process .circle {
  width: 46px;
  height: 46px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}
#banner1 .indicator .circle_process .rightcircle {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  right: 0;
}
#banner1 .indicator .circle_process .leftcircle {
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  left: 0;
}
#banner1 .indicator .run_1 {
  animation: circle_left 4s linear;
  -webkit-animation: circle_left 4s linear;
}
#banner1 .indicator .run_2 {
  animation: circle_right 4s linear;
  -webkit-animation: circle_right 4s linear;
}
@keyframes circle_right {
  0% {
    transform: rotate(-135deg);
  }
  50%,
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_right {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes circle_left {
  0%,
  50% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left {
  0%,
  50% {
    -webkit-transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
#banner1 .ncdangq {
  z-index: 3;
  height: calc(100% - 80px);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
}
#banner1 .swiper-pagination {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#banner1 .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin-top: 75px;
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/banner_nav4.png) no-repeat center center;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner1 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-top: 0;
}
#banner1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../images/banner_nav3.png) no-repeat center center;
}
#banner1 .shu {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -13px;
  animation: mymove 1s infinite;
  animation-direction: alternate;
  -webkit-animation: mymove 1s infinite;
  -webkit-animation-direction: alternate;
  z-index: 2;
}
#banner1 .widthspeed {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
#banner1 .widthspeed span {
  display: block;
  height: 8px;
  background-color: #333;
  width: 0;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
}
.ncalink {
  display: inline-block;
  line-height: 54px;
  border: 1px solid #fff;
  padding: 0 40px;
  color: #fff;
}
.ncalink img {
  display: inline-block;
  margin-left: 130px;
}
.ncalink:hover {
  background-color: #333;
  border: 1px solid #333;
}
.pages {
  overflow: hidden;
  line-height: 88px;
  padding: 0 60px;
  text-align: center;
  font-size: 18px;
}
.pages a {
  color: #666;
}
.pages i {
  font-size: 20px;
}
.pages span {
  float: left;
  width: 33.33%;
}
.pages span:hover a {
  color: #333;
}
.pages span:nth-child(1) {
  text-align: left;
}
.pages span:nth-child(1) i {
  margin-right: 10px;
}
.pages span:last-child {
  text-align: right;
}
.pages span:last-child i {
  margin-left: 10px;
  display: inline-block;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#page {
  clear: both;
}
#page ul {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0;
}
#page ul li {
  cursor: pointer;
  display: inline-block;
}
#page ul li a {
  display: block;
  color: #999;
  font-weight: bold;
  border: 1px solid #dedede;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 15px;
  line-height: 46px;
  width: 46px;
  height: 46px;
}
#page ul li a:hover {
  color: #fff;
  background-color: #333;
}
#page ul li i {
  font-size: 16px;
}
#page ul li:nth-child(1) {
  float: left;
  background: url(../images/page01_1.png) no-repeat left 60px center;
  padding-left: 60px;
}
#page ul li:nth-child(1) a {
  width: 80px;
  border: none;
  font-weight: normal;
}
#page ul li:nth-child(1) a:hover {
  color: #333;
  background-color: transparent;
}
#page ul li:nth-child(1):hover {
  background: url(../images/page01_1_1.png) no-repeat left 60px center;
}
#page ul li:last-child {
  float: right;
  background: url(../images/page01_2.png) no-repeat right 60px center;
  padding-right: 60px;
}
#page ul li:last-child a {
  width: 80px;
  border: none;
  font-weight: normal;
}
#page ul li:last-child a:hover {
  color: #333;
  background-color: transparent;
}
#page ul li:last-child:hover {
  background: url(../images/page01_2_1.png) no-repeat right 60px center;
}
#page ul .active a {
  color: #333;
  border: 1px solid #333;
}
.ncindex01 {
  background-color: #f7f7f8;
}
.ncindex01 .ncmain {
  position: relative;
}
.ncindex01 .ncmain .left {
  width: 67%;
  float: left;
}
.ncindex01 .ncmain .left .ncimgcenter {
  padding: 32% 0;
}
.ncindex01 .ncmain .left:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex01 .ncmain .right {
  position: absolute;
  right: 0;
  width: 42%;
  bottom: 0;
  background-color: #fff;
  padding: 70px;
}
.ncindex01 .ncmain .right b {
  font-size: 30px;
  line-height: 48px;
}
.ncindex01 .ncmain .right .content {
  font-size: 16px;
  line-height: 30px;
  width: 80%;
  margin: 50px 0 130px 0;
  color: #666;
}
.ncindex01 .ncmain1 .left {
  float: right;
}
.ncindex01 .ncmain1 .right {
  right: auto;
  left: 0;
}
.ncindex01 .ncmain1 .right .content {
  width: 90%;
}
.ncindex02 {
  background: url(../images/index02_1.jpg) no-repeat center center;
}
.ncindex02 .nctitle .title {
  color: #fff;
}
.ncindex02 .nctitle .more a {
  color: #fff;
}
.ncindex02 .index03banner .ncimgcenter {
  padding: 22% 0;
  width: 55%;
  float: left;
}
.ncindex02 .index03banner .box {
  overflow: hidden;
  float: left;
  width: 45%;
  padding: 5%;
  padding-bottom: 0;
  box-sizing: border-box;
}
.ncindex02 .index03banner .box b {
  font-size: 24px;
  display: block;
}
.ncindex02 .index03banner .box em {
  color: #999;
  display: block;
  margin-top: 6px;
}
.ncindex02 .index03banner .box .con {
  line-height: 24px;
  margin: 50px 0;
}
.ncindex02 .index03banner .box .a {
  display: inline-block;
  background-color: #eee;
  line-height: 40px;
  padding: 0 40px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ncindex02 .index03banner .box .a:hover {
  background-color: #333;
  color: #fff;
}
.ncindex02 .swiper-slide {
  overflow: hidden;
  background: url(../images/index02_6.png) no-repeat right top;
  background-color: #fff;
}
.ncindex02 .swiper-slide:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex02 .swiper-slide:nth-child(2) {
  background: url(../images/index02_7.png) no-repeat right top;
  background-color: #fff;
}
.ncindex02 .swiper-slide:nth-child(3) {
  background: url(../images/index02_8.png) no-repeat right top;
  background-color: #fff;
}
.ncindex02 .swiper-slide:nth-child(4) {
  background: url(../images/index02_9.png) no-repeat right top;
  background-color: #fff;
}
.ncindex02 .ncmain,
.ncindex02 .swiper-container {
  overflow: visible;
}
.ncindex03 {
  position: relative;
  margin-top: 110px;
  background: url(../images/index03_2.jpg) no-repeat left center;
}
.ncindex03 .ncmain {
  overflow: visible;
  padding: 21.2% 0;
  position: relative;
}
.ncindex03 .ncmain .left {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ncindex03 .ncmain .left b {
  font-size: 36px;
  text-transform: uppercase;
}
.ncindex03 .ncmain .left b em {
  font-weight: 300;
}
.ncindex03 .ncmain .left span {
  display: block;
  font-size: 24px;
  color: #333;
}
.ncindex03 .ncmain .left .bt {
  font-size: 20px;
  font-weight: 500;
  margin: 60px 0 30px 0;
}
.ncindex03 .ncmain .left .content {
  font-size: 16px;
  line-height: 26px;
}
.ncindex03 .ncmain .left ul {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #dbdbdb;
  overflow: hidden;
}
.ncindex03 .ncmain .left ul li {
  width: 20%;
  float: left;
}
.ncindex03 .ncmain .left ul li strong {
  display: inline-block;
  font-size: 40px;
  color: #333;
  position: relative;
}
.ncindex03 .ncmain .left ul li strong em {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -20px;
}
.ncindex03 .ncmain .left ul li i,.ncindex03 .ncmain .left ul li p {
  display: block;
  color: #666;
}
.ncindex03 .ncmain .left a {
  margin-top: 40px;
  display: block;
}
.ncindex03 .right {
  width: 44%;
  right: 0;
  top: 0;
  position: absolute;
}
.ncindex03 .right .ncimgcenter {
  padding: 48% 0;
}
.ncindex03 .right:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex04 .newlistbox {
  margin-top: 30px;
}
.ncindex04 .newlistbox .layui-col-sm4 {
  text-align: left;
  width: 33.33%;
}
.ncindex04 .newlistbox .layui-col-sm4:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex04 .newlistbox .layui-col-sm4 .ncimgcenter {
  padding: 37% 0;
}
.ncindex04 .newlistbox .layui-col-sm4:hover span,
.ncindex04 .newlistbox .layui-col-sm4:hover b {
  color: #333;
}
.ncindex04 .newlistbox .layui-col-sm4 .box {
  padding: 20px;
}
.ncindex04 .newlistbox .layui-col-sm4 .box div {
  display: block;
  font-size: 14px;
  color: #666666;
  margin: 10px 0;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ncindex04 .newlistbox .layui-col-sm4 .box b {
  display: block;
  font-size: 18px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 36px;
  overflow: hidden;
}
.ncindex04 .newlistbox .layui-col-sm4 .box span {
  line-height: 40px;
  color: #060a2f;
}
.ncindex04 .newlistbox .layui-col-sm4 .box strong {
  color: #999;
  margin-top: 20px;
  font-weight: normal;
  display: block;
}
.ncindex04 .newlistbox .layui-col-sm4 .box em {
  display: none;
  float: right;
  color: #333;
}
.ncindex04 .newlistbox .layui-col-sm4 .box em i {
  transform: rotate(-180deg);
  display: inline-block;
  margin-left: 10px;
}
.ncindex05 .nccontent {
  margin-top: 30px;
}
.ncindex05 .layui-col-sm4 {
  width: 20%;
  float: left;
  position: relative;
  padding: 20px;
}
.ncindex05 .layui-col-sm4 .ncimgcenter {
  padding: 22% 0;
  border: 1px solid transparent;
}
.ncindex05 .layui-col-sm4 .ncimgcenter img {
  min-width: auto;
  height: auto;
}
.ncindex05 .layui-col-sm4:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex05 .active .ncimgcenter {
  border: 1px solid #333;
}
.ncindex05 .layui-col-sm4::after {
  content: '';
  height: 30px;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ncfooter {
  background: url(../images/footer01_1.jpg) no-repeat center center;
  background-size:cover;
}
.ncfooter .footer .left {
  width: 72%;
  float: left;
  padding-top: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 20px;
}
.ncfooter .footer .left ul {
  overflow: hidden;
}
.ncfooter .footer .left ul li {
  width: 16%;
  float: left;
}
.ncfooter .footer .left ul li a {
  color: #ccc;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.ncfooter .footer .left ul li a:nth-child(1) {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.ncfooter .footer .left .link {
  margin-top: 80px;
  padding-left: 30px;
  background: url(../images/footer01_2.png) no-repeat left center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.ncfooter .footer .left .link a {
  color: #fff;
}
.ncfooter .footer .right {
  color: #fff;
  width: 28%;
  float: left;
  padding: 50px;
}
.ncfooter .footer .right span {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
.ncfooter .footer .right b {
  font-size: 30px;
  color: #fff;
}
.ncfooter .footer .right .dizhi {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 26px 0 40px 0;
}
.ncfooter .footer .right .weixin a {
  display: block;
  width: 33.33%;
  float: left;
  position: relative;
}
.ncfooter .footer .right .weixin a em {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 5px;
  display: none;
  position: absolute;
  top: -140px;
  left: -40px;
}
.ncfooter .footer .right .weixin a em img {
  width: 100%;
}
.ncfooter .footer .right .weixin a em i {
  color: #fff;
  position: absolute;
  bottom: -20px;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.ncfooter .footer1 {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 24px 0;
}
.ncfooter .footer1 .left {
  float: left;
  color: #adadad;
}
.ncfooter .footer1 .left a {
  color: #adadad;
}
.ncfooter .footer1 .right {
  float: right;
  color: #adadad;
}
.ncfooter .footer1 .right a {
  color: #adadad;
}
.ncmainnav {
  position: relative;
  border-bottom: 1px solid #eee;
}
.ncmainnav ul {
  line-height: 80px;
  text-align: center;
}
.ncmainnav ul li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.ncmainnav ul li a {
  display: block;
  font-size: 16px;
}
.ncmainnav ul li:hover a {
  color: #333;
}
.ncmainnav ul span {
  display: inline-block;
  margin: 0 30px;
}
.ncmainnav ul span:last-child{
	display:none;
}
.ncmainnav ul .active {
  border-bottom: 2px solid #333;
}
.ncmainnav ul .active a {
  color: #333;
}
.ncmainnav .ncmain {
  position: relative;
}
.ncmainnav .nccrumbs {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncdownload01 {
  background-color: #f8f8f8;
}
.ncdownload01 .ncmain {
  background-color: #fff;
}
.ncdownload01 .ul {
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.ncdownload01 .ul li {
  width: 16.66%;
  float: left;
  text-align: center;
  position: relative;
}
.ncdownload01 .ul li .ncimgcenter {
  padding: 10% 0;
}
.ncdownload01 .ul li .ncimgcenter img {
  min-width: auto;
  height: auto;
}
.ncdownload01 .ul li b {
  font-size: 20px;
  margin-top: 15px;
}
.ncdownload01 .ul .active b {
  color: #333;
}
.ncdownload01 .ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #eee;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ncdownload01 .ncmain1 {
  background-color: transparent;
}
.ncdownload01 .ul1 {
  overflow: hidden;
}
.ncdownload01 .ul1 li {
  padding: 0 30px;
  background-color: #fff;
  width: calc(50% - 20px);
  margin-top: 40px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.ncdownload01 .ul1 li b {
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  line-height: 40px;
  overflow: hidden;
}
.ncdownload01 .ul1 li b .img {
  float: left;
  display: block;
  margin-right: 20px;
  margin-top: 5px;
}
.ncdownload01 .ul1 li b em {
  display: block;
  float: left;
}
.ncdownload01 .ul1 li b i {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  background-color: #ededed;
  border-radius: 50%;
  position: relative;
}
.ncdownload01 .ul1 li b i a {
  display: block;
}
.ncdownload01 .ul1 li b i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ncdownload01 .ul1 li b i img:nth-child(2) {
  display: none;
}
.ncdownload01 .ul1 li b i:hover {
  background-color: #333;
}
.ncdownload01 .ul1 li b i:hover img:nth-child(1) {
  display: none;
}
.ncdownload01 .ul1 li b i:hover img:nth-child(2) {
  display: block;
}
.ncdownload01 .ul1 li div {
  color: #666;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin: 30px 0;
}
.ncdownload01 .ul1 li:nth-child(2n) {
  margin-left: 20px;
  margin-right: 0;
}
.ncdownload01 .ul1 li:nth-child(1),
.ncdownload01 .ul1 li:nth-child(2) {
  margin-top: 0;
}
.ncdownload01 .bottom {
  padding: 60px 80px;
  overflow: hidden;
  position: relative;
  display: none;
}
.ncdownload01 .bottom .left {
  width: 60%;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.ncdownload01 .bottom .left span {
  display: block;
  font-size: 40px;
  opacity: 0.1;
  text-transform: uppercase;
}
.ncdownload01 .bottom .left b {
  font-size: 36px;
  margin-top: -30px;
}
.ncdownload01 .bottom .right {
  font-size: 18px;
  line-height: 36px;
  width: 40%;
  float: right;
}
.ncdownload01 .bottom:nth-child(1) {
  display: block;
}
.ncabout01 {
  margin: 90px 0;
}
.ncabout02 .ncimgcenter {
  padding: 64% 0;
}
.ncabout02 .layui-col-sm3:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncabout05 {
  background-color: #eef2f5;
}
.ncabout05 .top {
  background-color: #fff;
}
.ncabout05 .top ul {
  overflow: hidden;
}
.ncabout05 .top ul li {
  width: calc(25% - 1px);
  float: left;
  text-align: center;
  padding: 50px 2%;
}
.ncabout05 .top ul li img:nth-child(2) {
  display: none;
}
.ncabout05 .top ul li img {
  display: inline-block;
}
.ncabout05 .top ul li b {
  font-size: 16px;
  display: block;
  color: #999;
}
.ncabout05 .top ul li em {
  font-size: 20px;
  display: block;
  line-height: 20px;
  height: 40px;
  margin-top: 6px;
}
.ncabout05 .top ul li i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
.ncabout05 .top ul li i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ncabout05 .top ul .canli {
  background: #333;
}
.ncabout05 .top ul .canli b,
.ncabout05 .top ul .canli em {
  color: #fff;
}
.ncabout05 .top ul .canli img:nth-child(1) {
  display: none;
}
.ncabout05 .top ul .canli img:nth-child(2) {
  display: inline-block;
}
.ncabout05 .top ul span {
  display: block;
  width: 1px;
  height: 50px;
  background-color: #e5e5e5;
  float: left;
  margin-top: 5%;
}
.ncnew01 {
  background-color: #f8f8f8;
}
.ncnew01 .ul {
  margin-bottom: 100px;
}
.ncnew01 .ul li {
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  margin-top: 25px;
}
.ncnew01 .ul li .left {
  width: 61%;
  float: left;
  margin-left: 50px;
}
.ncnew01 .ul li .left em {
  display: block;
  font-size: 20px;
  color: #fff;
  background-color: #333;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.ncnew01 .ul li .left b {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin: 40px 0 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncnew01 .ul li .left div {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ncnew01 .ul li .left span {
  display: block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f5f5f5;
  color: #666;
  line-height: 30px;
}
.ncnew01 .ul li .left span a {
  display: block;
  float: right;
  border: 1px solid #333;
  color: #333;
  padding: 0 15px;
}
.ncnew01 .ul li .right {
  width: 31%;
  float: right;
}
.ncnew01 .ul li .right .ncimgcenter {
  padding: 29% 0;
}
.ncnew01 .ul li:hover .left b {
  color: #333;
}
.ncnew01 .ul li:hover .right .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncnew01 .ul li:nth-child(1) {
  margin-top: 0;
}
.ncnewsshow01 {
  background-color: #f2f4f7;
  position: relative;
}
.ncnewsshow01 .nccrumbs {
  top: 50px;
}
.ncnewsshow01 .left {
  width: 72%;
  float: left;
  background-color: #fff;
  box-sizing: border-box;
}
.ncnewsshow01 .left b {
  display: block;
  font-size: 28px;
  line-height: 36px;
  padding: 0 75px;
  margin-top: 50px;
  text-align: center;
}
.ncnewsshow01 .left .span {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  margin: 0 40px;
}
.ncnewsshow01 .left .contant {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding: 35px 40px;
}
.ncnewsshow01 .left .contant img {
  max-width: 100%;
  height: auto;
}
.ncnewsshow01 .left .contant strong {
  font-weight: bold;
}
.ncnewsshow01 .left .hheight {
  height: 55px;
  background-color: #f2f4f7;
  width: 100%;
}
.ncnewsshow01 .right {
  width: 26%;
  float: right;
  background-color: #fff;
  box-sizing: border-box;
}
.ncnewsshow01 .right .sbt {
  font-size: 22px;
  line-height: 22px;
  padding-left: 20px;
  margin: 30px 20px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
}
.ncnewsshow01 .right ul {
  padding: 40px 20px;
  padding-top: 0;
}
.ncnewsshow01 .right ul li {
  overflow: hidden;
  padding: 0 10px;
  margin-top: 20px;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 60px;
}
.ncnewsshow01 .right ul li div {
  width: 80%;
  display: block;
  height: 60px;
  overflow: hidden;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncnewsshow01 .right ul li i {
  float: right;
}
.ncsolution01 .ncmain {
  overflow: visible;
}
.ncsolution01 .box {
  padding: 0 10px;
  margin-top: 30px;
}
.ncsolution01 .box .top {
  overflow: hidden;
}
.ncsolution01 .box .top .top_le {
  width: 80%;
  float: left;
}
.ncsolution01 .box .top .top_le b {
  display: block;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncsolution01 .box .top .top_le span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #666;
  margin-top: 10px;
  text-transform: uppercase;
}
.ncsolution01 .box .top .top_ri {
  width: 40px;
  height: 40px;
  border: 1px solid #615a5a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  float: right;
}
.ncsolution01 .box .top .top_ri img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ncsolution01 .box .top .top_ri img:nth-child(2) {
  display: none;
}
.ncsolution01 .box .ncimgcenter {
  padding: 33% 0;
  margin: 35px 0;
}
.ncsolution01 .box .contant {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ncsolution01 .box:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncsolution01 .active .top .top_ri {
  background-color: #333;
  border: 1px solid #333;
}
.ncsolution01 .active .top .top_ri img:nth-child(1) {
  display: none;
}
.ncsolution01 .active .top .top_ri img:nth-child(2) {
  display: block;
}
.ncsolution01 .active .top .top_le b {
  color: #333;
}
.ncmarketing02 {
  position: relative;
}
.ncmarketing02 .ncmain {
  position: relative;
  z-index: 2;
  padding: 17% 0;
}
.ncmarketing02 .ncleft {
  width: 47%;
  position: absolute;
  left: 0;
}
.ncmarketing02 .ncleft .ncimgcenter {
  padding: 36% 0;
}
.ncmarketing02 .ncleft:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncmarketing02 .ncright {
  width: 60%;
  background-color: #fff;
  padding: 70px 120px 70px 120px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ncmarketing02 .ncright b {
  font-size: 36px;
}
.ncmarketing02 .ncright i {
  margin: 30px 0;
  display: block;
}
.ncmarketing02 .ncright .con {
  font-size: 16px;
  line-height: 30px;
}
.ncmarketing02 .ncmore {
  margin-top: 100px;
}
.ncmarketing02 .titlebox .subtitle {
  width: 100%;
}
.ncabout07 {
  background-color: #f8f8f8;
}
.ncabout07 .box {
  background-color: #fff;
}
.ncabout07 .box .ncimgcenter {
  padding: 38% 0;
}
.ncabout07 .box .con {
  padding: 16px 30px;
}
.ncabout07 .box .con b {
  font-size: 20px;
}
.ncabout07 .box .con div {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}
.ncabout07 .box:hover .ncimgcenter img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncabout07 .active .con b {
  color: #333;
}
.ncabout08 {
  background: url(../images/about06_1.jpg) no-repeat center center;
}
.ncabout08 .nctitle .title {
  color: #fff;
}
.ncabout08 .nctitle .more a {
  color: #fff;
}
.ncabout08 ul li {
  width: calc(20% - 60px);
  float: left;
  padding: 30px 26px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 30px;
  text-align: center;
}
.ncabout08 ul li .ncimgcenter {
  padding: 11% 0;
}
.ncabout08 ul li .ncimgcenter img {
  min-width: auto;
  max-height: 100%;
}
.ncabout08 ul li b {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  font-weight: normal;
}
.ncabout09 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ncabout09 ul .li {
  text-align: center;
  position: relative;
}
.ncabout09 ul .li b {
  font-size: 20px;
  margin-top: 30px;
}
.ncabout09 ul .li1 {
  position: relative;
}
.ncabout09 ul .li1:last-child{
	display:none;
}
.ncabout09 ul .li1 .tt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.ncproduct01 {
  background-color: #f8f8f8;
}
.ncproduct01 .ncmain {
  overflow: visible;
}
.ncproduct01 .box .ncimgcenter {
  padding: 34% 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.ncproduct01 .box .ncimgcenter img {
  min-width: auto;
  height: auto;
}
.ncproduct01 .box b {
  line-height: 40px;
  font-size: 24px;
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.ncproduct01 .box b em {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  float: right;
  position: relative;
}
.ncproduct01 .box b em img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ncproduct01 .box b em img:nth-child(2) {
  display: none;
}
.ncproduct01 .active .ncimgcenter {
  border: 1px solid #333;
  box-shadow: 0px 0px 27px 0px rgba(255, 0, 0, 0.11);
}
.ncproduct01 .active b em {
  background-color: #333;
}
.ncproduct01 .active b em img:nth-child(1) {
  display: none;
}
.ncproduct01 .active b em img:nth-child(2) {
  display: block;
}
.ncproduct01 #page,.ncdownload01 #page,.ncsolution01 #page,.ncabout02 #page {
  margin-top: 100px;
}
.ncproduct02 {
  padding-top: 100px;
  background-color: #f8f8f8;
}
.ncproduct02 .nccrumbs {
  position: static;
  margin-bottom: 20px;
}
.ncproduct02 .topbox {
  overflow: hidden;
  position: relative;
}
.ncproduct02 .topbox .left {
  width: 50%;
  float: left;
  position: relative;
}
.ncproduct02 .topbox .left .mySwiper2 {
  border: 1px solid #333;
  background-color: #fff;
  overflow: hidden;
}
.ncproduct02 .topbox .left .mySwiper2 .swiper-slide {
  padding: 30% 0;
  position: relative;
}
.ncproduct02 .topbox .left .mySwiper2 .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.ncproduct02 .topbox .left .mySwiper {
  margin-top: 20px;
  padding: 0 40px;
      overflow: hidden;
}
.ncproduct02 .topbox .left .mySwiper .swiper-slide {
  padding: 10% 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.ncproduct02 .topbox .left .mySwiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.ncproduct02 .topbox .left .swiper-button-next,
.ncproduct02 .topbox .left .swiper-button-prev {
  top: auto;
  bottom: 0;
  background-color: #333;
  height: 135px;
}
.ncproduct02 .topbox .left .swiper-button-next:after,
.ncproduct02 .topbox .left .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
}
.ncproduct02 .topbox .right {
  width: 46%;
  float: right;
}
.ncproduct02 .topbox .right b {
  font-size: 30px;
  line-height: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.ncproduct02 .topbox .right em {
  display: block;
  margin: 60px 0 20px 0;
  font-size: 22px;
}
.ncproduct02 .topbox .right div {
  font-size: 16px;
  line-height: 30px;
}
.ncproduct02 .topbox .right span {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 46%;
}
.ncproduct02 .topbox .right span a:nth-child(1) {
  width: 48%;
  float: left;
  border: 1px solid #e5e5e5;
}
.ncproduct02 .topbox .right span a:nth-child(2) {
  width: 48%;
  float: right;
  background-color: #333;
  color: #fff;
}
.ncproduct02 .bottombox {
  margin-top: 100px;
}
.ncproduct02 .bottombox .bnav {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.ncproduct02 .bottombox .bnav a {
  display: block;
  float: left;
  margin-right: 40px;
  padding: 0 70px;
  font-size: 22px;
  line-height: 60px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  cursor: pointer;
}
.ncproduct02 .bottombox .bnav .active {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}
.ncproduct02 .bottombox .bconbox {
  margin-top: 80px;
}
.ncproduct02 .bottombox .bconbox .bcon {
  display: none;
}
.ncproduct02 .bottombox .bconbox .bcon img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.ncproduct02 .bottombox .bconbox .bcon:nth-child(1) {
  display: block;
}
.ncproduct03 {
  background-color: #f8f8f8;
}
@keyframes mymove {
  0% {
    bottom: 70px;
  }
  10% {
    bottom: 68px;
  }
  20% {
    bottom: 66px;
  }
  30% {
    bottom: 64px;
  }
  40% {
    bottom: 62px;
  }
  50% {
    bottom: 60px;
  }
  60% {
    bottom: 62px;
  }
  70% {
    bottom: 64px;
  }
  80% {
    bottom: 66px;
  }
  90% {
    bottom: 68px;
  }
  100% {
    bottom: 70px;
  }
}
@-webkit-keyframes mymove {
  0% {
    bottom: 70px;
  }
  10% {
    bottom: 68px;
  }
  20% {
    bottom: 66px;
  }
  30% {
    bottom: 64px;
  }
  40% {
    bottom: 62px;
  }
  50% {
    bottom: 60px;
  }
  60% {
    bottom: 62px;
  }
  70% {
    bottom: 64px;
  }
  80% {
    bottom: 66px;
  }
  90% {
    bottom: 68px;
  }
  100% {
    bottom: 70px;
  }
}
@keyframes likes {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.85);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#container {
  height: 576px;
  width: 100%;
}
.lleft img {
  display: block;
  margin: 10px auto;
}
.rright {
  text-align: center;
}
.rright b {
  font-size: 18px;
  color: #fff;
}
.rright p {
  color: #fff;
}
.bottom-center .amap-info-sharp {
  border-top: 8px solid #333;
}
.amap-info-close {
  right: 10px!important;
  top: 10px;
}
.amap-info-content {
  background-color: #333;
}
.custom-input-card {
  width: 100%;
}
.content-window-card {
  overflow: hidden;
}
.custom-input-card .btn:last-child {
  margin-left: 1rem;
}
.content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
}
.content-window-card p {
  line-height: 24px;
  font-size: 16px;
}
.content-window-card b {
  margin-bottom: 10px;
  display: block;
}
.weixin img{
    display:inline-block; width: 150px; margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 1620px) {
  /*导航*/
  #banner1 .main {
    width: 1500px;
  }
  #banner1 .main .left b {
    font-size: 48px;
    margin: 15px 0 30px 0;
  }
  #banner1 .main .left a {
    margin-top: 80px;
  }
  /*导航*/
  .ncmain {
    width: 1500px;
  }
}
@media (min-width: 320px) and (max-width: 1500px) {
  /*导航*/
  #banner1 .main {
    width: 1360px;
  }
  #banner1 .indicator {
    margin-top: -230px;
  }
  #banner1 .indicator p {
    margin: 60px 0;
  }
  #banner1 .main .left b {
    font-size: 30px;
    margin: 15px 0 30px 0;
  }
  #banner1 .main .left a {
    margin-top: 30px;
  }
  #banner1 .main .left div {
    font-size: 16px;
  }
  .Ncheader .nav .centre ul li .listnav .list .itemimg {
    margin-left: 40px;
  }
  /*导航*/
  .ncmain,
  #banner2 .main {
    width: 1360px;
  }
  .ncpadding {
    padding: 70px 0 40px 0;
  }
  .ncpaddingtop {
    padding: 70px 0 0 0;
  }
  .ncmargintop {
    margin-top: 50px;
  }
  .titlebox .title {
    font-size: 30px;
  }
  .titlebox .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .ncindex01 .ncmain .right b {
    font-size: 32px;
    line-height: 42px;
  }
  .ncindex01 .ncmain .right .content {
    margin: 40px 0 100px 0;
  }
  .nctitle .title {
    font-size: 30px;
  }
  .nctitle {
    padding-bottom: 15px;
  }
  .ncindex03 .ncmain .left b {
    font-size: 32px;
  }
  .ncindex03 .ncmain .left span {
    font-size: 24px;
  }
  .ncindex03 .ncmain .left .bt {
    font-size: 22px;
    margin: 40px 0 20px 0;
  }
  .ncindex03 .ncmain .left ul {
    padding-top: 30px;
    margin-top: 30px;
  }
  .ncindex03 .ncmain .left ul li strong {
    font-size: 34px;
  }
  .ncindex03 .ncmain .left ul li strong img {
    width: 30px;
  }
  .ncindex03 .ncmain .left a {
    margin-top: 30px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 .box b {
    font-size: 22px;
  }
  .ncfooter .footer .left ul li a {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .ncfooter .footer .left ul li a:nth-child(1),
  .ncfooter .footer .right span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ncfooter .footer .right b {
    font-size: 30px;
  }
  .ncfooter .footer .right .dizhi {
    font-size: 16px;
    margin: 20px 0 30px 0;
  }
  .ncnew01 .ul li .left b {
    margin: 20px 0 16px 0;
  }
  .ncnew01 .ul li .left span {
    padding-top: 20px;
    margin-top: 20px;
  }
  .ncmarketing02 .ncright b {
    font-size: 32px;
  }
  .ncproduct02 .topbox .left .swiper-button-next,
  .ncproduct02 .topbox .left .swiper-button-prev {
    height: 122px;
  }
  .weixin img{
      width:120px;
  }
}
@media (min-width: 320px) and (max-width: 1366px) {
  /*导航*/
  .qiye {
    height: 60px;
  }
  .qiyeshow {
    top: 50px;
  }
  .qiye .qiyea {
    font-size: 12px;
  }
  .Ncheader .nav {
    height: 60px;
  }
  .Ncheader .nav .logo {
    height: 60px;
  }
  .Ncheader .nav .logo img {
    height: 40px;
  }
  #banner1 .ncdangq,
  #banner1 .indicator {
    height: calc(100% - 60px);
  }
  .Ncheader .nav_right,
  .Ncheader .logo {
    height: 60px;
  }
  .Ncheader .nav .centre ul {
    height: 60px;
  }
  .Ncheader .nav .centre ul li {
    height: 60px;
    line-height: 60px;
  }
  .Ncheader .nav .right .tel {
    font-size: 14px;
  }
  .Ncheader .nav .listnav {
    top: 60px;
  }
  .Ncheader .nav .centre ul li .listnav i {
    top: -15px;
  }
  .Ncheader .nav .centre ul li .listnav {
    top: 60px;
  }
  .Ncheader .nav .right .tel {
    line-height: 60px;
  }
  .Ncheader .nav .centre ul li .a {
    font-size: 14px;
  }
  .Ncheader .nav .right {
    margin-left: 20px;
  }
  #banner1 .main {
    width: 1200px;
  }
  .Ncheader .nav .centre ul li .listnav .list {
    height: 160px;
  }
  .Ncheader .nav .centre ul li .listnav .list .item .box i {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  .Ncheader .nav .centre ul li .listnav .list .item .box {
    width: 80%;
  }
  .Ncheader .nav .centre ul li .listnav .list .item .box p {
    margin: 10px 0;
  }
  .Ncheader .nav .centre ul li .listnav .list .itemimg img {
    width: 220px;
  }
  /*导航*/
  /*轮播图*/
  @keyframes mymove {
    0% {
      bottom: 30px;
    }
    10% {
      bottom: 28px;
    }
    20% {
      bottom: 26px;
    }
    30% {
      bottom: 24px;
    }
    40% {
      bottom: 22px;
    }
    50% {
      bottom: 20px;
    }
    60% {
      bottom: 22px;
    }
    70% {
      bottom: 24px;
    }
    80% {
      bottom: 26px;
    }
    90% {
      bottom: 28px;
    }
    100% {
      bottom: 30px;
    }
  }
  @-webkit-keyframes mymove {
    0% {
      bottom: 30px;
    }
    10% {
      bottom: 28px;
    }
    20% {
      bottom: 26px;
    }
    30% {
      bottom: 24px;
    }
    40% {
      bottom: 22px;
    }
    50% {
      bottom: 20px;
    }
    60% {
      bottom: 22px;
    }
    70% {
      bottom: 24px;
    }
    80% {
      bottom: 26px;
    }
    90% {
      bottom: 28px;
    }
    100% {
      bottom: 30px;
    }
  }
  /*轮播图*/
  .ncmain,
  #banner2 .main {
    width: 1200px;
  }
  .ncpadding {
    padding: 30px 0;
  }
  .ncmargintop {
    margin-top: 30px;
  }
  .ncpaddingtop {
    padding: 30px 0 0 0;
  }
  .nctitle .title {
    font-size: 24px;
  }
  .nctitle {
    padding-bottom: 10px;
  }
  .nctitle .more a img {
    width: 40px;
  }
  .ncmainnav ul {
    line-height: 60px;
  }
  .pages {
    line-height: 60px;
  }
  .pages .prve {
    margin-left: 2%;
  }
  .pages .next {
    margin-right: 2%;
    float: right;
  }
  .ncindex01 .ncmain .right {
    padding: 40px;
  }
  .ncindex01 .ncmain .right b {
    font-size: 26px;
    line-height: 34px;
  }
  .ncindex01 .ncmain .right .content {
    margin: 26px 0 50px 0;
  }
  .ncindex03 .ncmain .left .content {
    font-size: 14px;
    line-height: 26px;
  }
  .ncindex03 .ncmain .left ul {
    padding-top: 20px;
    margin-top: 20px;
  }
  .ncindex03 .ncmain .left ul li strong {
    font-size: 28px;
  }
  .ncindex03 .ncmain .left a img {
    width: 40px;
  }
  .ncindex03 .ncmain .left .bt {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }
  .ncindex03 {
    margin-top: 50px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 .box b {
    font-size: 20px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 .box div {
    margin: 5px 0;
  }
  .ncdownload01 .ul li b {
    font-size: 16px;
    margin-top: 10px;
  }
  .ncdownload01 .ul li .ncimgcenter img {
    width: 36px; 
  }
  .ncdownload01 .bottom .left b {
    font-size: 30px;
    margin-top: -24px;
  }
  .ncdownload01 .bottom .left span {
    font-size: 34px;
  }
  .ncdownload01 .ul1 li div {
    margin: 20px 0;
  }
  .ncabout01 {
    margin: 40px 0;
  }
  .ncnew01 .ul li .left b {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
  .ncnew01 .ul li .left span {
    padding-top: 10px;
    margin-top: 16px;
  }
  .ncnew01 .ul li .left em {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ncnew01 .ul {
    margin-bottom: 70px;
  }
  .ncnewsshow01 .left b {
    font-size: 24px;
    line-height: 30px;
  }
  .ncnewsshow01 .left .span {
    font-size: 14px;
    line-height: 40px;
  }
  .ncnewsshow01 .right .sbt {
    font-size: 20px;
    line-height: 20px;
    padding-left: 0;
    margin: 20px 20px;
    padding-bottom: 20px;
  }
  .ncnewsshow01 .right ul li div {
    height: 50px;
  }
  .ncnewsshow01 .right ul li {
    line-height: 50px;
  }
  .ncmarketing02 .ncmore {
    margin-top: 50px;
  }
  .ncmarketing02 .ncright {
    padding: 60px 80px 60px 80px;
  }
  .ncabout07 .box .con {
    padding: 14px 14px;
  }
  .ncabout07 .box .con b {
    font-size: 18px;
  }
  .ncabout08 ul li {
    width: calc(20% - 20px);
    padding: 20px 20px;
    margin: 0 10px;
  }
  .ncabout09 ul .li b {
    font-size: 18px;
    margin-top: 20px;
  }
  .ncproduct01 .box b {
    padding: 16px;
  }
  .ncproduct01 .box .ncimgcenter img {
    max-width: 80%;
    max-height: 80%;
  }
  .ncproduct01 #page,.ncdownload01 #page,.ncsolution01 #page,.ncabout02 #page {
    margin-top: 70px;
  }
  .ncproduct02 .topbox .left .swiper-button-next,
  .ncproduct02 .topbox .left .swiper-button-prev {
    height: 106px;
  }
  .ncproduct02 .topbox .right b {
    font-size: 26px;
    line-height: 60px;
  }
  .ncproduct02 .topbox .right em {
    margin: 40px 0 20px 0;
    font-size: 20px;
  }
  .ncproduct02 .topbox .right div {
    font-size: 14px;
    line-height: 26px;
  }
  .ncproduct02 .topbox .right span {
    font-size: 16px;
    line-height: 46px;
  }
  .ncproduct02 .topbox .right span a:nth-child(2) img {
    width: 22px;
    transform: translateY(-2px);
  }
  .ncproduct02 .bottombox .bnav a {
    margin-right: 30px;
    padding: 0 60px;
    font-size: 18px;
    line-height: 50px;
  }
  .ncproduct02 .bottombox {
    margin-top: 70px;
  }
}
@media (min-width: 320px) and (max-width: 1200px) {
  /*导航*/
  .qiyeshow {
    width: 50%;
  }
  .Ncheader .nav .right {
    margin-right: 0;
  }
  #banner1 .main {
    width: 96%;
  }
  .Ncheader .right_top {
    display: none;
  }
  #banner1 .swiper-pagination {
    width: 96%;
    margin-left: 0;
    left: 2%;
  }
  #banner1 .indicator p {
    height: 30px;
    margin: 30px 0;
  }
  #banner1 .indicator {
    margin-top: -150px;
  }
  #banner1 .main .left b {
    font-size: 26px;
  }
  #banner1 .main .left div {
    font-size: 14px;
    line-height: 24px;
  }
  #banner1 .main .left a .turnquan {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  #banner1 .main .left a .leimg1 {
    width: 20px;
    height: 18px;
    margin-left: -10px;
    margin-top: -9px;
  }
  #banner1 .main .left b {
    font-size: 20px;
    margin: 15px 0;
  }
  #banner1 .main .left a span {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
  }
  #banner1 .main .left a i {
    font-size: 12px;
    margin-left: 10px;
  }
  .Ncheader .nav .centre ul li .listnav .list .itemimg,
  .Ncheader .nav .centre ul li .listnav .list .itemimg1 {
    display: none;
  }
  .Ncheader .nav .right .tel {
    text-align: center;
  }
  .Ncheader .nav .centre ul li em {
    padding: 0 6px;
  }
  .Ncheader .nav .centre ul .active .a {
    color: #333;
  }
  .Ncheader .nav .centre ul li {
    padding: 0 4px;
  }
  .Ncheader .nav_right a {
    width: auto;
    padding: 0 4px;
    font-size: 12px;
  }
  .Ncheader .nav .h3 {
    right: 40px;
  }
  /*导航*/
  .ncmain {
    width: 96%;
  }
  .ncpadding {
    padding: 20px 0;
  }
  .ncpaddingtop {
    padding: 20px 0 0 0;
  }
  .nctitle .title {
    font-size: 18px;
  }
  .nctitle .more a {
    font-size: 12px;
  }
  .nctitle .more a img {
    margin-left: 5px;
    width: 30px;
  }
  .ncmainnav ul li a {
    font-size: 14px;
  }
  .ncmainnav ul li {
    width: 90px;
  }
  .pages {
    line-height: 60px;
  }
  .pages .prve {
    margin-left: 2%;
  }
  .pages .next {
    margin-right: 2%;
    float: right;
  }
  .ncindex01 .ncmain .right b {
    font-size: 22px;
    line-height: 30px;
  }
  .ncindex01 .ncmain .right .content {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 40px 0;
  }
  .ncmore em {
    width: 40px;
    height: 40px;
  }
  .ncmore span {
    font-size: 14px;
  }
  .ncmore {
    padding-bottom: 5px;
  }
  .ncindex02 .index03banner .box b {
    font-size: 20px;
  }
  .ncindex02 .index03banner .box .con {
    margin: 25px 0;
    font-size: 12px;
    line-height: 22px;
  }
  .ncindex02 .index03banner .box .a {
    line-height: 36px;
    padding: 0 30px;
    font-size: 12px;
  }
  .ncindex02 .index03banner .box {
    padding: 16px;
  }
  .ncindex03 .ncmain .left b {
    font-size: 26px;
  }
  .ncindex03 .ncmain .left span {
    font-size: 20px;
  }
  .ncindex03 .ncmain .left .bt {
    font-size: 18px;
    margin: 20px 0 14px 0;
  }
  .ncindex03 .ncmain .left .content {
    font-size: 14px;
    line-height: 24px;
  }
  .ncindex03 .ncmain .left ul li strong {
    font-size: 24px;
  }
  .ncindex03 .ncmain .left ul li i,.ncindex03 .ncmain .left ul li p {
    font-size: 12px;
  }
  .ncindex03 .ncmain .left ul li strong img {
    width: 25px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 .box {
    padding: 12px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 .box b {
    font-size: 18px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 .box strong {
    margin-top: 10px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 .box em {
    font-size: 12px;
  }
  .ncfooter .footer .right {
    padding: 20px;
  }
  .ncfooter .footer .left {
    padding-top: 20px;
  }
  .ncfooter .footer .left .link {
    margin-top: 50px;
  }
  .ncfooter .footer1 {
    padding: 18px 0;
  }
  .ncdownload01 .bottom .left b {
    font-size: 26px;
    margin-top: -20px;
  }
  .ncdownload01 .bottom .left span {
    font-size: 28px;
  }
  .ncdownload01 .bottom .right {
    font-size: 16px;
    line-height: 32px;
  }
  .ncdownload01 .bottom {
    padding: 40px;
  }
  .ncdownload01 .bottom .left {
    left: 40px;
  }
  .ncdownload01 .ul li .ncimgcenter {
    padding: 16% 0;
  }
  .ncdownload01 .ul1 li b {
    font-size: 18px;
    padding: 15px 0;
  }
  .ncabout05 .top ul li b {
    font-size: 18px;
  }
  .ncnew01 .ul li .left b {
    margin: 14px 0 10px 0;
  }
  .ncnew01 .ul li .left {
    margin-left: 0;
  }
  .ncnew01 .ul {
    margin-bottom: 50px;
  }
  .ncnewsshow01 {
    padding-top: 50px;
  }
  .ncnewsshow01 .left b {
    font-size: 20px;
  }
  .ncnewsshow01 .left .span {
    font-size: 12px;
    line-height: 36px;
  }
  .ncnewsshow01 .right .sbt {
    font-size: 18px;
  }
  .ncnewsshow01 .right ul li div {
    font-size: 12px;
    height: 30px;
  }
  .ncnewsshow01 .right ul li {
    line-height: 30px;
    margin-top: 10px;
  }
  .ncnewsshow01 .right ul {
    padding-bottom: 20px;
  }
  .ncmarketing02 .ncright {
    padding: 50px;
  }
  .ncmarketing02 .ncright b {
    font-size: 24px;
  }
  .ncmarketing02 .ncright i {
    margin: 10px 0;
  }
  .ncabout09 ul .li img {
    width: 60px;
  }
  .ncabout09 ul .li b {
    font-size: 16px;
    margin-top: 14px;
  }
  .ncproduct01 .box b {
    padding: 10px;
    font-size: 18px;
  }
  .ncproduct01 #page,.ncdownload01 #page,.ncsolution01 #page,.ncabout02 #page {
    margin-top: 50px;
  }
  .ncproduct02 .topbox .left .swiper-button-next,
  .ncproduct02 .topbox .left .swiper-button-prev {
    height: 21.5%;
  }
  .ncproduct02 .bottombox .bnav a {
    margin-right: 20px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .ncproduct02 .bottombox {
    margin-top: 40px;
  }
  .ncproduct02 .bottombox .bconbox {
    margin-top: 40px;
  }
  .weixin img{
      width:80px;
  }
}
@media (min-width: 320px) and (max-width: 980px) {
  /*导航*/
  .qiye {
    display: none;
  }
  .ncheight {
    height: 60px;
  }
  .Ncheader {
    border-bottom: none;
  }
  .Ncheader1 {
    background-color: transparent;
    box-shadow: none;
  }
  .Ncheader .nav .navbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: none;
  }
  .Ncheader .nav_right {
    display: none;
  }
  .Ncheader .nav {
    width: 58%;
    float: right;
    margin-right: 2%;
  }
  .Ncheader .nav_right,
  .Ncheader .logo {
    width: 30%;
    text-align: left;
    padding-left: 2%;
  }
  #banner1 .ncdangq {
    display: none;
  }
  #banner1 .shu {
    display: none;
  }
  .Ncheader .nav .centre ul li .a {
    color: #333;
  }
  .Ncheader .nav .centre ul li em {
    display: none;
  }
  .Ncheader .nav .centre ul li {
    padding: 0 20px;
  }
  .Ncheader .nav .centre ul li {
    position: relative;
  }
  .Ncheader .nav .centre ul li a {
    color: #333;
    width: 90%;
  }
  .Ncheader .nav .centre ul li .listnav .listnavbg {
    display: none;
  }
  .Ncheader .nav .centre ul li .listnav {
    width: 100%;
    transform: none;
  }
  .Ncheader .nav .centre ul li .listnav .list .item {
    float: none;
    width: 100%;
  }
  .Ncheader .nav .centre ul li .listnav .list .item .box {
    transform: none;
    position: static;
    width: 100%;
    text-align: left;
  }
  .Ncheader .nav .centre ul li .listnav .list .item .box img {
    display: none;
  }
  .Ncheader .nav .centre ul li .listnav .list .item .box i {
    display: none;
  }
  .Ncheader .nav .centre ul li .listnav .list .item .box p {
    margin: 0;
    line-height: 40px;
    padding-left: 20px;
    color: #999;
  }
  .Ncheader .nav .centre ul li .listnav,
  .Ncheader .nav .centre ul li .listnav .list {
    width: 100%!important;
    height: auto;
  }
  .Ncheader .nav .centre ul li strong {
    position: absolute;
    right: 5%;
    top: 0;
  }
  .Ncheader .nav .centre {
    width: 100%;
    height: 90vh;
    overflow-y: scroll;
  }
  .Ncheader .nav .centre ul {
    height: auto;
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #eee;
  }
  .Ncheader .nav .centre ul li {
    float: none;
    border-bottom: 1px solid #eee;
    height: auto;
    overflow: hidden;
    cursor: pointer;
  }
  .Ncheader .nav .centre ul span {
    display: none;
  }
  .Ncheader .nav .centre ul li .listnav {
    position: initial;
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .Ncheader .nav .centre ul li .listnav div {
    position: initial;
    top: 0;
    left: 0;
    display: block;
    transform: initial;
  }
  .Ncheader .nav .centre ul li .listnav div a {
    color: #999;
    text-align: left;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .Ncheader .h4 {
    display: block;
  }
  .Ncheader .nav .right {
    display: block;
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .Ncheader .nav .right .layui-btn {
    color: #333;
  }
  .Ncheader .nav .right .china {
    width: 100%;
  }
  .Ncheader .nav .right .img2 {
    display: inline-block;
  }
  .Ncheader .nav .right .img1 {
    display: none;
  }
  .Ncheader .nav .right span {
    background-color: #666;
  }
  .Ncheader .nav .right span a {
    color: #fff;
  }
  .Ncheader .nav .right .layui-btn-container {
    display: inline-block;
    float: none;
  }
  .Ncheader .nav .right .china {
    text-align: center;
    margin-top: 10%;
  }
  .Ncheader .nav .logo {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 20px;
    height: 60px;
  }
  .Ncheader .nav .centre ul li .listnav i {
    display: none;
  }
  .Ncheader .nav .right .tel a {
    color: #333;
  }
  .Ncheader .nav .right .tel .tema2 {
    display: inline-block;
  }
  .Ncheader .nav .right .tel .tema1 {
    display: none;
  }
  #banner1 .indicator {
    display: none;
  }
  #banner1 .main .left b {
    font-size: 20px;
    margin: 10px 0;
  }
  #banner1 .main .left p {
    font-size: 16px;
  }
  #banner1 .main .left div {
    font-size: 12px;
    line-height: 20px;
    opacity: 0.5;
  }
  #banner1 .swiper-pagination {
    bottom: 20px;
  }
  /*导航*/
  .title .nav a {
    padding: 0 8px;
  }
  .titlebox {
    text-align: center;
    width: 100%;
  }
  .titlebox .subtitle {
    width: 100%;
  }
  .ncmainnav ul li {
    width: auto;
  }
  .ncmainnav .ncmain {
    padding-top: 50px;
  }
  .ncmainnav .nccrumbs {
    top: 10px;
    transform: none;
  }
  .ncmainnav ul li:after {
    height: 12px;
  }
  .ncindex03 .ncmain .left {
    width: 100%;
    float: left;
    position: static;
    transform: none;
  }
  .ncindex03 .right {
    width: 100%;
    float: left;
    position: static;
    transform: none;
    margin-top: 20px;
  }
  .ncindex03 .ncmain {
    padding: 0;
  }
  .ncindex03 {
    overflow: hidden;
    margin-top: 20px;
    padding: 0 10px;
  }
  .ncabout05 .top ul li {
    width: 50%;
  }
  .ncabout05 .top ul li:nth-child(2n) {
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .ncabout05 .top ul span {
    display: none;
  }
  .ncnewsshow01 .left {
    width: 100%;
  }
  .ncnewsshow01 .right {
    width: 100%;
    margin-top: 20px;
  }
  .ncnewsshow01 .left .hheight {
    height: 20px;
  }
  .ncmarketing02 .ncleft {
    width: 100%;
  }
  .ncproduct02 .topbox .left {
    width: 100%;
  }
  .ncproduct02 .topbox .right {
    width: 100%;
  }
  .ncproduct02 .topbox .right span {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /*导航*/
  html {
    overflow-y: scroll;
  }
  #banner1 .swiper-pagination {
    display: none;
  }
  #banner1 .main .left {
    padding: 0;
    width: 100%;
  }
  #banner1 .swiper-slide .img2 {
    display: block;
  }
  #banner1 .swiper-slide .img {
    display: none;
  }
  #banner1 .main .left p {
    font-size: 14px;
    color: #eee;
  }
  #banner1 .main .left b {
    font-size: 16px;
    margin: 4px 0;
  }
  #banner1 .main .left a {
    margin-top: 5px;
  }
  #banner1 .main .left div {
    color: #fff;
  }
  #banner1 .main .left {
    z-index: 3;
    bottom: 40%;
  }
  #banner1 .main .left a .turnquan {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    margin-left: -19px;
  }
  #banner1 .main .left a .leimg1 {
    width: 16px;
    height: 14px;
    margin-top: -7px;
    margin-left: -8px;
  }
  #banner1 .widthspeed {
    height: 4px;
  }
  @keyframes mymove {
    0% {
      bottom: 20px;
    }
    10% {
      bottom: 18px;
    }
    20% {
      bottom: 16px;
    }
    30% {
      bottom: 14px;
    }
    40% {
      bottom: 12px;
    }
    50% {
      bottom: 10px;
    }
    60% {
      bottom: 12px;
    }
    70% {
      bottom: 14px;
    }
    80% {
      bottom: 16px;
    }
    90% {
      bottom: 18px;
    }
    100% {
      bottom: 20px;
    }
  }
  @-webkit-keyframes mymove {
    0% {
      bottom: 20px;
    }
    10% {
      bottom: 18px;
    }
    20% {
      bottom: 16px;
    }
    30% {
      bottom: 14px;
    }
    40% {
      bottom: 12px;
    }
    50% {
      bottom: 10px;
    }
    60% {
      bottom: 12px;
    }
    70% {
      bottom: 14px;
    }
    80% {
      bottom: 16px;
    }
    90% {
      bottom: 18px;
    }
    100% {
      bottom: 20px;
    }
  }
  .cursor {
    display: none;
  }
  .Ncheader .nav .centre ul li .a {
    color: #333;
  }
  .Ncheader .nav .centre ul li em {
    display: none;
  }
  .Ncheader .nav .centre ul li {
    padding: 0 20px;
    line-height: 50px;
  }
  .mainbanner .main .left {
    bottom: 50px!important;
  }
  .Ncheader .nav .right .tel {
    display: block;
  }
  .Ncheader .nav .right {
    margin-left: 0;
  }
  .Ncheader .nav .h3 {
    right: 10px;
  }
  .Ncheader .nav .right .tel {
    padding-left: 0;
  }
  .Ncheader .nav .centre ul li .listnav {
    background-color: #fff;
  }
  /*导航*/
  .titlebox .title {
    font-size: 16px;
    font-weight: bold;
  }
  .titlebox .subtitle {
    line-height: 16px;
  }
  .ncmore em {
    width: 32px;
    height: 32px;
  }
  .ncmore em img {
    width: 10px;
  }
  .ncmore {
    line-height: 32px;
  }
  .layui-col-space30 {
    margin: 0!important;
  }
  .ncmargintop {
    margin-top: 10px;
  }
  .ncmainnav ul {
    line-height: 20px;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #eee;
  }
  .nccrumbs a:nth-of-type(1) {
    width: 18px;
    height: 18px;
    background-size: 18px;
    transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
  .nccrumbs a {
    line-height: 18px;
    font-size: 14px;
  }
  .nccrumbs span {
    margin: 0;
  }
  #page1 ul li a {
    height: 30px;
    line-height: 30px;
  }
  #page1 ul li i {
    font-size: 28px;
  }
  #page1 ul {
    font-size: 14px;
  }
  #page ul li a {
    margin: 0;
  }
  #page ul li:nth-child(1) a,
  #page ul li:last-child a {
    width: 60px;
  }
  #page ul {
    font-size: 14px;
    padding: 4px 0;
  }
  #page ul li a {
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  #page ul li:nth-child(1) {
    padding-left: 0;
  }
  #page ul li:last-child {
    padding-right: 0;
  }
  .pages {
    line-height: 50px;
    padding: 0 20px;
  }
  .pages a {
    font-size: 12px;
  }
  .pages .next {
    background-size: 12px;
    padding-right: 20px;
  }
  .pages .prve {
    background-size: 12px;
    padding-left: 20px;
  }
  .pages i {
    font-size: 14px;
  }
  .pages img {
    width: 14px;
  }
  .ncindex01 .ncmain .left {
    width: 100%;
  }
  .ncindex01 .ncmain .right {
    padding: 10px;
    position: static;
    transform: none;
    float: left;
    width: 100%;
  }
  .ncindex01 .ncmain .right b {
    font-size: 18px;
    line-height: 26px;
  }
  ncindex01 .ncmain .right .content {
    margin: 20px 0 20px 0;
  }
  .ncindex02 .index03banner .ncimgcenter {
    width: 100%;
  }
  .ncindex02 .index03banner .box {
    width: 100%;
  }
  .ncindex02 .index03banner .ncimgcenter {
    padding: 40% 0;
  }
  .ncindex02 .index03banner .ncimgcenter img {
    width: 100%;
  }
  .ncindex03 .ncmain .left b {
    font-size: 20px;
  }
  .ncindex03 .ncmain .left span {
    font-size: 16px;
  }
  .ncindex03 .ncmain .left .bt {
    font-size: 16px;
    margin: 10px 0 10px 0;
  }
  .ncindex03 .ncmain .left .content {
    font-size: 12px;
    line-height: 20px;
  }
  .ncindex03 .ncmain .left ul {
    padding-top: 10px;
    margin-top: 10px;
  }
  .ncindex03 .ncmain .left a {
    margin-top: 10px;
  }
  .ncindex04 .newlistbox .layui-col-sm4 {
    width: 100%;
  }
  .ncindex04 .newlistbox {
    margin-top: 10px;
  }
  .ncindex05 .layui-col-sm4 {
    width: 33.33%;
    padding: 5px;
  }
  .ncindex05 .layui-col-sm4 .ncimgcenter img {
    max-width: 80%;
    max-height: 80%;
  }
  .ncindex05 .nccontent {
    margin-top: 10px;
  }
  .ncfooter .footer .left {
    width: 100%;
  }
  .ncfooter .footer .right {
    width: 100%;
  }
  .ncfooter {
    background-color: #222;
  }
  .ncfooter .footer .left ul li {
    width: 25%;
    text-align: center;
  }
  .ncfooter .footer .left ul li a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ncfooter .footer .left ul li a:nth-child(1),
  .ncfooter .footer .right span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ncfooter .footer .left ul li:nth-child(1) {
    display: none;
  }
  .ncfooter .footer .left .link {
    margin-top: 10px;
  }
  .ncfooter .footer .right {
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .ncfooter .footer .right b {
    font-size: 24px;
  }
  .ncfooter .footer .right .dizhi {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }
  .ncfooter .footer1 {
    padding: 10px 0;
    margin-top: 15px;
  }
  .ncfooter .footer1 .left {
    width: 100%;
    text-align: center;
  }
  .ncfooter .footer1 .right {
    width: 100%;
    text-align: center;
  }
  .ncfooter .footer .right .weixin a em {
    left: 0;
  }
  .Ncheader1 .nav .right .tel {
    background: none;
  }
  .ncdownload01 .ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .ncdownload01 .ul li .ncimgcenter img {
    width: 30px;
  }
  .ncdownload01 .ul li b {
    font-size: 14px;
    margin-top: 5px;
  }
  .ncdownload01 .bottom {
    padding: 10px;
  }
  .ncdownload01 .bottom .left b {
    font-size: 18px;
    margin-top: -12px;
  }
  .ncdownload01 .bottom .left span {
    font-size: 20px;
  }
  .ncdownload01 .bottom .left {
    width: 100%;
    position: static;
    transform: none;
    text-align: center;
  }
  .ncdownload01 .bottom .right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .ncmainnav ul span {
    margin: 0 5px;
  }
  .ncdownload01 .ul1 li {
    width: 100%;
    margin-top: 20px;
  }
  .ncdownload01 .ul1 li:nth-child(2) {
    margin-top: 20px;
  }
  .ncdownload01 .ul1 li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  .ncabout01 {
    margin: 20px 0;
  }
  .ncabout05 .top ul li b {
    font-size: 16px;
  }
  .ncabout05 .top ul li em {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  .ncabout05 .top ul li i {
    width: 26px;
    margin-bottom: 0;
  }
  .ncabout05 .top ul li i img {
    width: 100%;
  }
  .ncabout05 .top ul li {
    padding: 0 2%;
  }
  #container {
    height: 280px;
  }
  .ncnew01 .ul li .left {
    width: 100%;
  }
  .ncnew01 .ul li .right {
    width: 100%;
    margin-top: 10px;
  }
  .ncnew01 .ul li {
    padding: 10px;
  }
  .ncnew01 .ul {
    margin-bottom: 20px;
  }
  .ncnewsshow01 .left b {
    padding: 0 20px;
  }
  .ncnewsshow01 .left .contant {
    padding: 20px;
    font-size: 12px;
    line-height: 22px;
  }
  .ncnewsshow01 .left b {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .ncnewsshow01 .right .sbt {
    font-size: 16px;
  }
  .ncnewsshow01 {
    padding-top: 20px;
  }
  .ncmarketing02 .ncright {
    position: static;
    width: 100%;
    padding: 20px;
  }
  .ncmarketing02 .ncright b {
    font-size: 16px;
  }
  .ncmarketing02 .ncright i {
    margin: 5px 0;
  }
  .ncmarketing02 .ncright .con {
    font-size: 14px;
    line-height: 22px;
  }
  .ncmarketing02 .ncmore {
    margin-top: 20px;
  }
  .ncmarketing02 .ncleft {
    position: static;
  }
  .ncmarketing02 .ncmain {
    padding: 0;
  }
  .ncabout08 ul li {
    width: calc(50% - 20px);
    margin-top: 10px;
    padding: 10px;
  }
  .ncabout08 ul li b {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
  .ncabout09 ul .li1 {
    display: none;
  }
  .ncabout09 ul .li b {
    font-size: 12px;
    margin-top: 5px;
  }
  .ncabout09 ul .li img {
    width: 50px;
  }
  .ncproduct01 #page,.ncdownload01 #page,.ncsolution01 #page,.ncabout02 #page {
    margin-top: 10px;
  }
  .ncproduct01 .layui-col-sm4 {
    padding: 5px;
  }
  .ncproduct01 .box b em {
    width: 30px;
    height: 30px;
  }
  .ncproduct01 .box b {
    line-height: 30px;
    font-size: 16px;
  }
  .ncproduct02 {
    padding-top: 70px;
  }
  .ncproduct02 .topbox .right b {
    font-size: 22px;
    line-height: 50px;
    margin-top: 30px;
  }
  .ncproduct02 .topbox .right em {
    margin: 20px 0 20px 0;
    font-size: 18px;
  }
  .ncproduct02 .topbox .right span a:nth-child(1),
  .ncproduct02 .topbox .right span a:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  .ncproduct02 .bottombox .bnav a {
    margin-right: 10px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 40px;
  }
  .ncproduct02 .bottombox {
    margin-top: 10px;
  }
  .ncproduct02 .bottombox .bconbox {
    margin-top: 20px;
  }
  .ncsolution01 .box {
    margin-top: 0px;
    padding: 0;
  }
  .ncsolution01 .box .ncimgcenter {
    margin: 15px 0;
  }
  .ncsolution01 .box .top .top_le b {
    font-size: 20px;
  }
}
